'Declaration
Public Function New( _ ByVal file As Stream, _ ByVal sessionSummary As SessionSummary, _ ByVal fileSequence As Integer, _ ByVal fileStartTime As Nullable(Of DateTimeOffset) _ )
public GLFWriter( Stream file, SessionSummary sessionSummary, int fileSequence, Nullable<DateTimeOffset> fileStartTime )
Parameters
- file
- The file stream to write the session file into (should be empty)
- sessionSummary
- fileSequence
- fileStartTime
- Used during initial collection to indicate the real time this file became the active file.